Port to Solaris 8.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Aug 2012 04:14:48 +0000 (21:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Aug 2012 04:14:48 +0000 (21:14 -0700)
commit7c3c381cdb8c30b5470c251ed3381f55beeeb988
tree6c4e1ee159fb129471e45647cc1655124eaba147
parenta62be1d1a80e7bf1a52badc95a9d4a4e9c7499da
Port to Solaris 8.

Without this change, 'configure' fails because the recently-added
wait3 prototype in config.h messes up later 'configure' tests.
Fix this problem by droping wait3 and WRETCODE, as they're
no longer needed on hosts that are current porting targets.
* configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
All uses changed to waitpid and WEXITSTATUS.
* src/syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
ChangeLog
admin/CPP-DEFINES
admin/ChangeLog
configure.ac
lib-src/movemail.c
src/ChangeLog
src/process.c
src/sysdep.c
src/syswait.h
src/w32proc.c